home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / lan / logn201.zip / LOGNOTE.DOC < prev    next >
Text File  |  1996-01-31  |  2KB  |  55 lines

  1.  
  2.       LogNote 2.0 - Documentation
  3.       (c) Copyright 1993, Paradigm Software, All Rights Reserved
  4.  
  5.       Introduction
  6.  
  7.          LogNote is a utility that will log events to a text file. LogNote
  8.          writes the date, time, node address, user name and a message that
  9.          you specify to this file.  This utility works with Novell Netware
  10.          3.x networks.
  11.  
  12.       Usage
  13.  
  14.          LOGNOTE <File> <Message>
  15.  
  16.          <File> is the log file name, with or without a DOS path
  17.          <Message> is the message you wish to log
  18.  
  19.  
  20.       Examples
  21.  
  22.          LOGNOTE f:\login\in.txt "User logged into network"
  23.  
  24.          The above example might be called from the system login script to
  25.          record when users actually login to the network.
  26.  
  27.       Log Format
  28.          YYYYMMDD^HH:MM:SS^NODE ADDRESS^USER NAME^MESSAGE
  29.          Where ^ = space
  30.          Date is in YYYYMMDD format
  31.          Time is in a 24 hour HH:MM:SS format
  32.          Node Address is twelve characters long
  33.          Novell's User name is up to 47 characters long
  34.          Message is up to 128 characters longs
  35.          The final CR/LF pair add 2 characters to the length of each message
  36.  
  37.          All fields are padded out to the maximum number of spaces to
  38.          create a complete line length of 209 characters.
  39.  
  40.  
  41.       Return Codes
  42.  
  43.           0   - All OK
  44.          -1  - Incorrect number of parameters
  45.          -2  - Could not open/create log file
  46.  
  47.       Company Contact
  48.  
  49.          Paradigm Software
  50.          1333-C Shepard Drive
  51.          Sterling, VA  20164
  52.          (703) 450-0829
  53.          (703) 450-2683  FAX
  54.  
  55.